home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / Sky Chart / cdcbase.exe / language.ini < prev    next >
INI File  |  1999-11-25  |  1KB  |  35 lines

  1. ; Cartes du Ciel , Sky Charts.
  2. ;
  3. ; This file contain the list of available language. Each language as its own file 
  4. ; containing message and text translation.
  5. ; The sections of the language file corresponds to parts of the program, 
  6. ; the prefix is the name of the part and the numeric suffix is language number.
  7. ; The build in French language number is 0 and do not have corresponding file.
  8. ; Values in the sections are generally :
  9. ;   title : window title
  10. ;   t_    : text for different part of the window
  11. ;   m_    : message issued by application
  12. ;
  13. ; To add a new language, process as follow :
  14. ; In language.ini [language] section :
  15. ;   Increment nblang value ( ex: nblang=2 )
  16. ;   Add the name of your language in a lang_ keyword ( ex: lang_2=Deutsch )
  17. ; Copy all English section from language1.ini to language2.ini and change the 
  18. ; suffix to your language number ( ex: main_2 )
  19. ; You may now translate all text value in your sections.
  20. ; Beware of maximum field length for the different text value ! 
  21. ; If you also translate the html help files you may change help_prefix= keyword in main section.
  22. ; Send me a copy of your translated file for distribution to other user of your language.
  23.  
  24. [language]
  25. nblang=8
  26. lang_0=Internal French
  27. lang_1=English
  28. lang_2=Italiano
  29. lang_3=Deutsch
  30. lang_4=Catalα
  31. lang_5=Espa±ol
  32. lang_6=Nederlands
  33. lang_7=Franτais
  34. lang_8=PortuguΩs
  35.